home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 42 / Amiga Format AFCD42 (Issue 126, Aug 1999).iso / -serious- / hardware / zip4mat / zpc < prev    next >
Text File  |  1999-05-14  |  907b  |  34 lines

  1. /* PC Z100-Disk Mountentry
  2.    $VER: ZPC V1.0 (27.5.97)
  3.    (C)1996-1997 Thomas Omilian
  4.    This is part of the Z100-package.
  5.  
  6.    Remember: Last Devicename-character
  7.              belongs to the Unit
  8.              e.g. Unit 0 = C
  9.                   Unit 1 = D etc.          */
  10.  
  11.     FileSystem       = L:CrossDOSFileSystem
  12.     Flags            = 0
  13.     Surfaces         = 1
  14.     BlocksPerTrack   = 1
  15.     SectorsPerBlock  = 1
  16.     SectorSize       = 512
  17.     Mask             = 0x7ffffffe
  18.     MaxTransfer      = 0x100000
  19.     Reserved         = 0
  20.     Interleave       = 0
  21.     LowCyl           = 0
  22.     HighCyl          = 196607
  23.     Buffers          = 50
  24.     BufMemType       = 0
  25.     StackSize        = 2000
  26.     Priority         = 10
  27.     GlobVec          = -1
  28.     DosType          = 0x4d534800
  29.  
  30. /* Device and Unit defined by icon-tooltypes
  31.    example: DEVICE = scsi.device
  32.             UNIT   = 5                       */
  33.  
  34.